home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / parad / feb94 / gh_fig07.gif < prev    next >
Graphics Interchange Format  |  1995-09-26  |  7KB  |  640x298  |  4-bit (5 colors)
Labels: text | screenshot | display | software | font | number
OCR: FORMLIB :: #Library1 :: formIsAlreadyOpen method formIsAlreadyOpen() Logical var openForms Array[] String endVar When called by the form itself, its title or ID will already R IRIN appear once on the array of open forms. So we have to remove ; one item from our array. enumFormNames ( openForms ) openForms.removeItem(self. Title) return openForms.contains(self. Title) endMethod Edit Line: 10 Col: 1